projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767a6a1
)
[IA64] increase buffer size in panic_domain().
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Wed, 26 Jul 2006 15:02:43 +0000
(09:02 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Wed, 26 Jul 2006 15:02:43 +0000
(09:02 -0600)
128 bytes is too short.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/xenmisc.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/xenmisc.c
b/xen/arch/ia64/xen/xenmisc.c
index 51bde7fb735a1ecd363e16fd4bc7b4cb70745666..e9bb00c48059ddb54bbe50b379ad879d7a1b84d4 100644
(file)
--- a/
xen/arch/ia64/xen/xenmisc.c
+++ b/
xen/arch/ia64/xen/xenmisc.c
@@
-172,7
+172,7
@@
void audit_domains_key(unsigned char key)
void panic_domain(struct pt_regs *regs, const char *fmt, ...)
{
va_list args;
- char buf[
128
];
+ char buf[
256
];
struct vcpu *v = current;
printf("$$$$$ PANIC in domain %d (k6=0x%lx): ",